struct font_header { unsigned char type; /* font type (magic number) '^v' */ unsigned char wide; /* character width (pixels) */ unsigned char high; /* char height (pixels) */ unsigned char baseline; /* pixels from bottom of glyph */ unsigned char count; /* number of chars in font */ char start; /* starting char in font */ };